Success

data class Success<out State>(val nextState: State) : CheckResult<State, Nothing> (source)

Constructors

Link copied to clipboard
constructor(nextState: State)

Properties

Link copied to clipboard